ChangeLog fixes.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Nov 2011 19:22:57 +0000 (15:22 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Nov 2011 19:22:57 +0000 (15:22 -0400)
doc/misc/ChangeLog
lisp/ChangeLog

index a61d167e75841c22bb43e1e6e6c60f16daf93406..22e2b55aa7547fda49f9f606a6a7bf2ccc0e4ba5 100644 (file)
@@ -10,9 +10,8 @@
        "Macros with ;".
        (Macros with ;): New page.
 
-       * progmodes/cc-mode.texi (Movement Commands): Document
-       `c-defun-tactic'.  Document the new handling of nested scopes for
-       movement by defuns.
+       * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
+       Document the new handling of nested scopes for movement by defuns.
 
 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
 
index 8c559d80a71e5e0c4678b616a37c440fcb9e34d8..18ad5ea76a246fee763055ba2af1227ddea6fa23 100644 (file)
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
 
-       * cc-engine.el (c-append-lower-brace-pair-to-state-cache):
+       * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
        correct faulty logical expression.
        (c-parse-state-state, c-record-parse-state-state):
        (c-replay-parse-state-state): New defvar/defuns.